Skip to content

Add DefaultAlgorithm#195

Merged
lkdvos merged 3 commits intomainfrom
ld-defaultalg
Mar 19, 2026
Merged

Add DefaultAlgorithm#195
lkdvos merged 3 commits intomainfrom
ld-defaultalg

Conversation

@lkdvos
Copy link
Copy Markdown
Member

@lkdvos lkdvos commented Mar 19, 2026

This is a long overdue PR that fixes #31, and is relevant for #176 as well.
The main point is to have a lightweight wrapper for a named tuple, that is a subtype of AbstractAlgorithm, and postpones selecting the algorithm type.

@lkdvos lkdvos merged commit d707681 into main Mar 19, 2026
7 of 9 checks passed
@lkdvos lkdvos deleted the ld-defaultalg branch March 19, 2026 19:27
@lkdvos lkdvos mentioned this pull request Mar 24, 2026
lkdvos referenced this pull request Mar 25, 2026
….4, (keep existing compat) (#201)

* CompatHelper: bump compat for GenericLinearAlgebra in [weakdeps] to 0.4, (keep existing compat)

* Remove JET dependency

Removed JET dependency from Project.toml

* Remove JET from test targets

Removed JET from the test targets in Project.toml.

---------

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Lukas Devos <ldevos98@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add DefaultAlgorithm as a placeholder for postponing the selection of the default algorithm.

3 participants